Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NFileDialogFileType Class / NFileDialogFileType Constructor / NFileDialogFileType Constructor(String,String[])
The description of the file type.
The extensions associated with the file type without the dot. For example: "docx", "html", "pdf", "rtf", etc.


In This Topic
    NFileDialogFileType Constructor(String,String[])
    In This Topic
    Creates a file dialog file type with the given description and extensions.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal description As System.String, _
       ByVal ParamArray extensions() As System.String _
    )
    'Usage
     
    
    Dim description As System.String
    Dim extensions() As System.String
     
    Dim instance As New NFileDialogFileType(description, extensions)
    public NFileDialogFileType( 
       System.string description,
       params System.string[] extensions
    )

    Parameters

    description
    The description of the file type.
    extensions
    The extensions associated with the file type without the dot. For example: "docx", "html", "pdf", "rtf", etc.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also